/* try to read to EOF (avoid determining file-size) */
static void *
-pdb_read_tail(gbfile *fin, gbint32 *size)
+pdb_read_tail(gbfile *fin, gbuint32 *size)
{
int count;
char buff[256];
offs += fin->appinfo_len;
}
else {
- gbint32 size;
+ gbuint32 size;
fin->appinfo = pdb_read_tail(fin->file, &size);
fin->appinfo_len = size;
offs += size;
#define EPOCH_1904 2082844800L
typedef struct pdbrec_s {
- gbint32 offs;
- gbint32 size;
+ gbuint32 offs;
+ gbuint32 size;
gbuint32 id;
gbuint8 category;
gbuint8 flags;